home *** CD-ROM | disk | FTP | other *** search
- property pMemb0, pMemb1, pMemb2
-
- on mouseEnter me
- set pMemb0 to "retourRose0"
- set pMemb1 to "retourRose1"
- set pMemb2 to "retourRose2"
- set the member of sprite the currentSpriteNum to pMemb1
- cursor(280)
- end
-
- on mouseDown me
- if pMemb2 <> VOID then
- set the member of sprite the currentSpriteNum to pMemb2
- cursor(290)
- end if
- end
-
- on mouseUp me
- if pMemb1 <> VOID then
- set the member of sprite the currentSpriteNum to pMemb1
- cursor(280)
- end if
- end
-
- on mouseLeave me
- if pMemb0 <> VOID then
- set the member of sprite the currentSpriteNum to pMemb0
- cursor(-1)
- end if
- end
-